home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997…tember: Reference Library / Apple_Developer_CD_Series_September_1997_Reference_Library.iso / Technical Documentation / Toolbox Assistant / QuickView 2.3e4 Release Notes < prev   
Encoding:
Text File  |  1996-10-22  |  2.8 KB  |  80 lines  |  [TEXT/ttxt]

  1. ===================================
  2. QuickView Release Notes
  3. ===================================
  4.  
  5. ===============
  6. 2.3e4 5/1/96
  7. ===============
  8.  
  9. ---------Known Problems:---------
  10.  
  11. * First database can’t be an alias:
  12.  
  13. Do not make the first (alphabetically) database in your folder an alias. If you do, QuickView
  14. will look in the resolved alias’s folder for the rest of the databases.
  15.  
  16. -----------What's new:-----------
  17.  
  18. * New preferences:
  19.  
  20. Because of the large number of potential databases (from Apple, Metrowerks, et al),
  21. several topics can have the same name. Previous versions of QuickView would then
  22. take the first one. An example of this is “AESend”. If some of the Metrowerks
  23. databases are installed along with Apple's, looking up AESend from an IDE brings up
  24. an unexpected topic.
  25.  
  26. To remedy this, there is a new dialog that will come up in these situations asking you
  27. to refine your choice from the multiple topics that match. This feature can be turned
  28. on/off from the “Preferences” item in the Edit Menu (this used to be called “Template
  29. Preferences”).
  30.  
  31. * Inline WorldScript editing:
  32.  
  33. Probably not a big issue :) Anyway, we’ve turned on inline editing for those programmers
  34. in two-byte countries. This affects the sticky-notes and any edit text boxes.
  35.  
  36. -----------Bug Fixes:-----------
  37.  
  38. * PowerPC write to NIL:
  39.  
  40. Early in QuickView's startup, it calls SndSoundManagerVersion(). The latest version of
  41. Apple’s Universal Headers declares this as returning a long. It should return NumVersion
  42. which is a struct. Thus, the generated PowerPC code is bogus because a pointer to the struct result should be in a register. Hey, you learn something new every day.
  43.  
  44. * PowerPC crashing:
  45.  
  46. We’ve gotten a couple of reports of crashes/hanging on PowerPCs. I believe it has to do with the item mentioned just above. Time will tell.
  47.  
  48. * Database Menu and aliases problem:
  49.  
  50. If an alias to a database was in the folder, the new Database Menu wouldn’t list all of the databases in the folder. This has been fixed.
  51.  
  52. ===============
  53. 2.2e1 10/95
  54. ===============
  55.  
  56. -----------What's new:-----------
  57.  
  58. * Inline text selection:
  59.  
  60. You can now select text within the topic areas. The following features are
  61. supported:
  62.   - Click selection: click and drag to select text
  63.   - Word selection: double-click and drag to select words
  64.   - Shift extension: shift-click to extend the selection
  65.   - Discontinuous selection: command-click for discontinuous selection
  66.  
  67. Once text is selected, you can copy it to the clipboard using Copy from the
  68. Edit Menu. Drag and drop is also supported (click and drag in a selection).
  69. Both 'TEXT' and 'styl' information is copied.
  70.  
  71. * Database menu:
  72.  
  73. There is a new menu called “Database” that lists the names of all open
  74. databases. Selecting any database in the menu will bring you to the first
  75. topic of that database.
  76.  
  77. -----------Other stuff:-----------
  78.  
  79. * Various bug fixes
  80.